Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IntervalArray<T> Class / Fill Method / Fill(Int32,Int32) Method


In This Topic
    Fill(Int32,Int32) Method
    In This Topic
    This function cannot be invoked from IntervalArray
    Syntax
    'Declaration
     
    
    Public Overloads Shadows Sub Fill( _
       ByVal index As Integer, _
       ByVal length As Integer _
    ) 
    'Usage
     
    
    Dim instance As IntervalArray(Of T)
    Dim index As Integer
    Dim length As Integer
     
    instance.Fill(index, length)
    public new void Fill( 
       int index,
       int length
    )

    Parameters

    index
    length
    See Also